home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00088.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
316 b
|
16 lines
global currtitle, goldbox, firsttitle, rollvolume
on exitFrame
if voidp(currtitle) then
clickwho = goldbox
exit
end if
if currtitle = 0 then
clickwho = goldbox
else
clickwho = firsttitle + currtitle - 1
end if
set the volume of sound 2 to rollvolume
sendSprite(clickwho, #mouseUp)
end